home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
207.233.110.77
/
207.233.110.77.tar
/
207.233.110.77
/
web05
/
Tutorial 4-Review
/
screen.css
< prev
Wrap
Cascading Style Sheet File
|
2011-02-18
|
2KB
|
46 lines
/*
New Perspectives on HTML and XHTML 5th Edition
Tutorial 4
Review Assignment
Online Scrapbooks Style Sheet
Author: Jaymn Martins
Date: 2/16/11
Filename: screen.css
Supporting Files: back.jpg, marker.gif
*/
body {margin: 0px; color: black;
background: white url(back.jpg) repeat-y}
h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; color: black; margin: 0px}
h3 {font-size: 10pt}
h1 {border-bottom: 2px solid orange; background-color: white; margin: 0px;
padding: 0px}
ul {margin-top:0px}
#outer_container {width: 780px}
#head {text-align: right}
#links {float: left; width: 200px}
#links ul {list-style-type: none; margin-left: 15px; padding-left: 0px}
#links li.newGroup {margin-top: 20px}
#links li.subGroup {margin-left: 20px}
#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: black; background-color: white; text-decoration: underline and overline}
#links a:active {text-decoration: none}
#sample1 {position: absolute; left:200px; top:350px}
#sample2 {position: absolute; left:370px; top:350px}
#sample3 {position: absolute; left:200px; top:570px}
#sample4 {position: absolute; left:370px; top:570px}
#content {margin-left: 200px; list-style-image:url(marker.gif)}
address {text-align: center; font-style: normal; font-variant: small-caps;
border-top: 2px solid orange; color: orange; position: absolute; left:200px; top:800px; padding-bottom: 50px}